Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#12596 ] Instructor extending individual deadlines: table doesn't sort by team… #12707

Closed
wants to merge 42 commits into from
Closed

[#12596 ] Instructor extending individual deadlines: table doesn't sort by team… #12707

wants to merge 42 commits into from

Conversation

suneelval
Copy link

@suneelval suneelval commented Jan 26, 2024

… issue fixed

Fixes #12596

Students table Sort by Team column typo fixed to sort correctly.

Outline of Solution
Typo error fixed.

Copy link

Hi @suneelval, thank you for your interest in contributing to TEAMMATES!
However, your PR does not appear to follow our contribution guidelines:

  • Title must start with the issue number the PR is fixing in square brackets, e.g. [#<issue-number>]
  • Description must reference the issue number the PR is fixing, e.g. Fixes #<issue-number> (or Part of #<issue-number> if the PR does not address the issue fully)

Please address the above before we proceed to review your PR.

@suneelval suneelval changed the title Instructor extending individual deadlines: table doesn't sort by team… [#12596 ] Instructor extending individual deadlines: table doesn't sort by team… Jan 26, 2024
@weiquu
Copy link
Contributor

weiquu commented Jan 27, 2024

Hey @suneelval, can you take a look at the failing E2E test? It's the one at InstructorSessionIndividualExtensionPageE2ETest. Do ping me if you face any issues, and I'll also have a look.

@suneelval
Copy link
Author

@weiquu Test failure issue fixed.

Copy link
Contributor

@cedricongjh cedricongjh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code change LGTM! just a query about the E2E test

@cedricongjh cedricongjh added the s.Ongoing The PR is being worked on by the author(s) label Feb 19, 2024
@suneelval
Copy link
Author

@cedricongjh it seems in master branch some of Axe Test cases are failing, due to which build checks are failing kindly look into it, Thank you.,

@cedricongjh
Copy link
Contributor

@cedricongjh it seems in master branch some of Axe Test cases are failing, due to which build checks are failing kindly look into it, Thank you.,

thanks for getting back to us regarding the test data, as for the tests, we'll be looking into it

Comment on lines 249 to 272
"notifications": {
"notification1": {
"notificationId": "notification1",
"startTime": "2011-01-01T00:00:00Z",
"endTime": "2099-01-01T00:00:00Z",
"createdAt": "2011-01-01T00:00:00Z",
"style": "DANGER",
"targetUser": "GENERAL",
"title": "E2E notif for general users",
"message": "<p>This notification is shown to general users</p>",
"shown": false
},
"notification2": {
"notificationId": "notification2",
"startTime": "2011-02-02T00:00:00Z",
"endTime": "2099-02-02T00:00:00Z",
"createdAt": "2011-01-01T00:00:00Z",
"style": "SUCCESS",
"targetUser": "STUDENT",
"title": "E2E notif for students",
"message": "<p>This notification is shown to students only</p>",
"shown": false
}
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think these notifications are not needed in this e2e test case as well

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cedricongjh all review comments addressed, please review it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @suneelval, seems like the notifications are still there, could you remove them? also i have some other queries (do look at the other comments)

Copy link
Contributor

@cedricongjh cedricongjh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

apologies for the late review, do address the 2 comments and it should be good to merge!

Comment on lines 249 to 272
"notifications": {
"notification1": {
"notificationId": "notification1",
"startTime": "2011-01-01T00:00:00Z",
"endTime": "2099-01-01T00:00:00Z",
"createdAt": "2011-01-01T00:00:00Z",
"style": "DANGER",
"targetUser": "GENERAL",
"title": "E2E notif for general users",
"message": "<p>This notification is shown to general users</p>",
"shown": false
},
"notification2": {
"notificationId": "notification2",
"startTime": "2011-02-02T00:00:00Z",
"endTime": "2099-02-02T00:00:00Z",
"createdAt": "2011-01-01T00:00:00Z",
"style": "SUCCESS",
"targetUser": "STUDENT",
"title": "E2E notif for students",
"message": "<p>This notification is shown to students only</p>",
"shown": false
}
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hey @suneelval, seems like the notifications are still there, could you remove them? also i have some other queries (do look at the other comments)

Comment on lines 222 to 223
"giver": "[email protected]",
"recipient": "[email protected]",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could I check why the emails were changed here?

Copy link
Author

@suneelval suneelval Jun 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cedricongjh
Comment1: notifications tag has been removed on Mar 26th here is the commit eba76ea

Comment2: "ISesIe." has been removed from giver and recipient email earlier emails looks like below
"giver": "**ISesIe.**[email protected]",
"recipient": "**ISesIe.**[email protected]",

changed to

  "giver": "[email protected]",
  "recipient": "[email protected]",

incorrect email is causing test case failure and updated with right email.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cedricongjh all issues has been addressed and build is stable please review it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@suneelval Hey you shouldnt have to change the email to make it work maybe there is some underlying issue

Copy link
Author

@suneelval suneelval Jul 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mingyuanc email Id changes has been reverted and build is table please review.

@nusoss-bot
Copy link

Folks, This PR seems to be stalling (no activities for the past 7 days). 🐌 😢
Hope someone can get it to move forward again soon...

@@ -58,7 +58,7 @@ public void testAll() {

______TS("verify extend some deadlines, notifyUsers enabled");

individualExtensionPage.selectStudents(0, 2); // alice and charlie
individualExtensionPage.selectStudents(0, 1); // alice and charlie
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for missing this out but any reason u changed this to 1?

@nusoss-bot
Copy link

Folks, This PR seems to be stalling (no activities for the past 7 days). 🐌 😢
Hope someone can get it to move forward again soon...

@mingyuanc
Copy link
Contributor

@suneelval any updates?

@nusoss-bot
Copy link

Folks, This PR seems to be stalling (no activities for the past 7 days). 🐌 😢
Hope someone can get it to move forward again soon...

@mingyuanc
Copy link
Contributor

@suneelval closing due to inactivity please reopen when ready

@mingyuanc mingyuanc closed this Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s.Ongoing The PR is being worked on by the author(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Instructor extending individual deadlines: table doesn't sort by team
5 participants